iframe >
Xamarin.Android Documentation
Add Method (C1CollectionViewBase<T>)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
C1.CollectionView Assembly
>
C1.CollectionView Namespace
>
C1CollectionViewBase<T> Class
: Add Method
The object to add to the
ICollection
.
Adds an item to the
ICollection
.
Syntax
C#
public
virtual
void
Add(
T
item
)
Parameters
item
The object to add to the
ICollection
.
See Also
Reference
C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members
Send Feedback